derelict.purple.savedstatuses

Undocumented in source.

Members

Aliases

PurpleSavedStatus
alias PurpleSavedStatus = _PurpleSavedStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleSavedStatusSub
alias PurpleSavedStatusSub = _PurpleSavedStatusSub
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_activate
alias da_purple_savedstatus_activate = void function(PurpleSavedStatus* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_activate_for_account
alias da_purple_savedstatus_activate_for_account = void function(const(PurpleSavedStatus)* saved_status, PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_delete
alias da_purple_savedstatus_delete = gboolean function(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_delete_by_status
alias da_purple_savedstatus_delete_by_status = void function(PurpleSavedStatus* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_find
alias da_purple_savedstatus_find = PurpleSavedStatus* function(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_find_by_creation_time
alias da_purple_savedstatus_find_by_creation_time = PurpleSavedStatus* function(time_t creation_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_find_transient_by_type_and_message
alias da_purple_savedstatus_find_transient_by_type_and_message = PurpleSavedStatus* function(PurpleStatusPrimitive type, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_creation_time
alias da_purple_savedstatus_get_creation_time = time_t function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_current
alias da_purple_savedstatus_get_current = PurpleSavedStatus* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_default
alias da_purple_savedstatus_get_default = PurpleSavedStatus* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_idleaway
alias da_purple_savedstatus_get_idleaway = PurpleSavedStatus* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_message
alias da_purple_savedstatus_get_message = const(char)* function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_startup
alias da_purple_savedstatus_get_startup = PurpleSavedStatus* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_substatus
alias da_purple_savedstatus_get_substatus = PurpleSavedStatusSub* function(const(PurpleSavedStatus)* saved_status, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_title
alias da_purple_savedstatus_get_title = const(char)* function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_get_type
alias da_purple_savedstatus_get_type = PurpleStatusPrimitive function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_has_substatuses
alias da_purple_savedstatus_has_substatuses = gboolean function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_is_idleaway
alias da_purple_savedstatus_is_idleaway = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_is_transient
alias da_purple_savedstatus_is_transient = gboolean function(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_new
alias da_purple_savedstatus_new = PurpleSavedStatus* function(const(char)* title, PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_set_idleaway
alias da_purple_savedstatus_set_idleaway = void function(gboolean idleaway)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_set_message
alias da_purple_savedstatus_set_message = void function(PurpleSavedStatus* status, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_set_substatus
alias da_purple_savedstatus_set_substatus = void function(PurpleSavedStatus* status, const(PurpleAccount)* account, const(PurpleStatusType)* type, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_set_title
alias da_purple_savedstatus_set_title = void function(PurpleSavedStatus* status, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_set_type
alias da_purple_savedstatus_set_type = void function(PurpleSavedStatus* status, PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_substatus_get_message
alias da_purple_savedstatus_substatus_get_message = const(char)* function(const(PurpleSavedStatusSub)* substatus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_substatus_get_type
alias da_purple_savedstatus_substatus_get_type = const(PurpleStatusType)* function(const(PurpleSavedStatusSub)* substatus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatus_unset_substatus
alias da_purple_savedstatus_unset_substatus = void function(PurpleSavedStatus* saved_status, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatuses_get_all
alias da_purple_savedstatuses_get_all = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatuses_get_handle
alias da_purple_savedstatuses_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatuses_get_popular
alias da_purple_savedstatuses_get_popular = GList* function(uint how_many)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatuses_init
alias da_purple_savedstatuses_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_savedstatuses_uninit
alias da_purple_savedstatuses_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_savedstatus_activate
void purple_savedstatus_activate(PurpleSavedStatus* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_activate_for_account
void purple_savedstatus_activate_for_account(const(PurpleSavedStatus)* saved_status, PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_delete
gboolean purple_savedstatus_delete(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_delete_by_status
void purple_savedstatus_delete_by_status(PurpleSavedStatus* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find
PurpleSavedStatus* purple_savedstatus_find(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find_by_creation_time
PurpleSavedStatus* purple_savedstatus_find_by_creation_time(time_t creation_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find_transient_by_type_and_message
PurpleSavedStatus* purple_savedstatus_find_transient_by_type_and_message(PurpleStatusPrimitive type, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_creation_time
time_t purple_savedstatus_get_creation_time(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_current
PurpleSavedStatus* purple_savedstatus_get_current()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_default
PurpleSavedStatus* purple_savedstatus_get_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_idleaway
PurpleSavedStatus* purple_savedstatus_get_idleaway()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_message
const(char)* purple_savedstatus_get_message(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_startup
PurpleSavedStatus* purple_savedstatus_get_startup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_substatus
PurpleSavedStatusSub* purple_savedstatus_get_substatus(const(PurpleSavedStatus)* saved_status, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_title
const(char)* purple_savedstatus_get_title(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_type
PurpleStatusPrimitive purple_savedstatus_get_type(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_has_substatuses
gboolean purple_savedstatus_has_substatuses(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_is_idleaway
gboolean purple_savedstatus_is_idleaway()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_is_transient
gboolean purple_savedstatus_is_transient(const(PurpleSavedStatus)* saved_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_new
PurpleSavedStatus* purple_savedstatus_new(const(char)* title, PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_idleaway
void purple_savedstatus_set_idleaway(gboolean idleaway)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_message
void purple_savedstatus_set_message(PurpleSavedStatus* status, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_substatus
void purple_savedstatus_set_substatus(PurpleSavedStatus* status, const(PurpleAccount)* account, const(PurpleStatusType)* type, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_title
void purple_savedstatus_set_title(PurpleSavedStatus* status, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_type
void purple_savedstatus_set_type(PurpleSavedStatus* status, PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_substatus_get_message
const(char)* purple_savedstatus_substatus_get_message(const(PurpleSavedStatusSub)* substatus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_substatus_get_type
const(PurpleStatusType)* purple_savedstatus_substatus_get_type(const(PurpleSavedStatusSub)* substatus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_unset_substatus
void purple_savedstatus_unset_substatus(PurpleSavedStatus* saved_status, const(PurpleAccount)* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_all
GList* purple_savedstatuses_get_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_handle
void* purple_savedstatuses_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_popular
GList* purple_savedstatuses_get_popular(uint how_many)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_init
void purple_savedstatuses_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_uninit
void purple_savedstatuses_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_savedstatus_activate
da_purple_savedstatus_activate purple_savedstatus_activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_activate_for_account
da_purple_savedstatus_activate_for_account purple_savedstatus_activate_for_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_delete
da_purple_savedstatus_delete purple_savedstatus_delete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_delete_by_status
da_purple_savedstatus_delete_by_status purple_savedstatus_delete_by_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find
da_purple_savedstatus_find purple_savedstatus_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find_by_creation_time
da_purple_savedstatus_find_by_creation_time purple_savedstatus_find_by_creation_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_find_transient_by_type_and_message
da_purple_savedstatus_find_transient_by_type_and_message purple_savedstatus_find_transient_by_type_and_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_creation_time
da_purple_savedstatus_get_creation_time purple_savedstatus_get_creation_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_current
da_purple_savedstatus_get_current purple_savedstatus_get_current;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_default
da_purple_savedstatus_get_default purple_savedstatus_get_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_idleaway
da_purple_savedstatus_get_idleaway purple_savedstatus_get_idleaway;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_message
da_purple_savedstatus_get_message purple_savedstatus_get_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_startup
da_purple_savedstatus_get_startup purple_savedstatus_get_startup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_substatus
da_purple_savedstatus_get_substatus purple_savedstatus_get_substatus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_title
da_purple_savedstatus_get_title purple_savedstatus_get_title;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_get_type
da_purple_savedstatus_get_type purple_savedstatus_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_has_substatuses
da_purple_savedstatus_has_substatuses purple_savedstatus_has_substatuses;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_is_idleaway
da_purple_savedstatus_is_idleaway purple_savedstatus_is_idleaway;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_is_transient
da_purple_savedstatus_is_transient purple_savedstatus_is_transient;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_new
da_purple_savedstatus_new purple_savedstatus_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_idleaway
da_purple_savedstatus_set_idleaway purple_savedstatus_set_idleaway;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_message
da_purple_savedstatus_set_message purple_savedstatus_set_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_substatus
da_purple_savedstatus_set_substatus purple_savedstatus_set_substatus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_title
da_purple_savedstatus_set_title purple_savedstatus_set_title;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_set_type
da_purple_savedstatus_set_type purple_savedstatus_set_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_substatus_get_message
da_purple_savedstatus_substatus_get_message purple_savedstatus_substatus_get_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_substatus_get_type
da_purple_savedstatus_substatus_get_type purple_savedstatus_substatus_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatus_unset_substatus
da_purple_savedstatus_unset_substatus purple_savedstatus_unset_substatus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_all
da_purple_savedstatuses_get_all purple_savedstatuses_get_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_handle
da_purple_savedstatuses_get_handle purple_savedstatuses_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_get_popular
da_purple_savedstatuses_get_popular purple_savedstatuses_get_popular;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_init
da_purple_savedstatuses_init purple_savedstatuses_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_savedstatuses_uninit
da_purple_savedstatuses_uninit purple_savedstatuses_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleSavedStatus
struct _PurpleSavedStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleSavedStatusSub
struct _PurpleSavedStatusSub
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta